Find in FORUMDISPLAY Template:

Code:

<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>

Add under:

Code:

<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrmb
</if>

Find in FORUMDISPLAY Template:

Code:

</tbody>
    <!-- end show no threads message -->
</if>
</table>

Add under:

Code:

<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrms
</if>

